object RandomWords: TRandomWords Left = 270 Top = 119 BorderStyle = bsDialog Caption = 'Random Word Selector' ClientHeight = 85 ClientWidth = 342 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object Label1: TLabel Left = 20 Top = 20 Width = 177 Height = 19 AutoSize = False Caption = 'Number of Words' end object Label2: TLabel Left = 20 Top = 48 Width = 177 Height = 19 AutoSize = False Caption = 'Minimum Word Length' end object Bevel1: TBevel Left = 8 Top = 8 Width = 249 Height = 69 Shape = bsFrame Style = bsRaised end object NumWords: TEdit Left = 208 Top = 12 Width = 41 Height = 27 MaxLength = 2 TabOrder = 0 end object MinWordLen: TEdit Left = 208 Top = 44 Width = 41 Height = 27 MaxLength = 2 TabOrder = 1 Text = ' ' end object OkButton: TButton Left = 264 Top = 8 Width = 69 Height = 33 Caption = '&Ok' Default = True TabOrder = 2 OnClick = OkButtonClick end object CancelButton: TButton Left = 264 Top = 44 Width = 69 Height = 33 Caption = '&Cancel' TabOrder = 3 OnClick = CancelButtonClick end end